home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 086 / ros38doc.arc / RELEASE.NOT < prev    next >
Encoding:
Text File  |  1988-01-10  |  4.8 KB  |  114 lines

  1.                   ROS version 3.8 Release Notes
  2.  
  3. These notes describe features and corrections added since version 
  4. 3.7 and are intended as an aid to conversion for sysops currently 
  5. running ROS 3.7.  Complete system documentation is contained in 
  6. ROSSYS.DOC.  
  7.  
  8. Changed the file <P>ost command so that files will not be 
  9. automatically moved to an area with a lower access level.
  10.  
  11. Changed the naming of the index files as follow:
  12.   USERIDX.ROS -> NDXUSER.ROS
  13.   SYSMIDX.ROS -> NDXSYSM.ROS
  14.   CATDNDX.ROS -> NDXCATD.ROS
  15.   CATNNDX.ROS -> NDXCATN.ROS
  16.  
  17. The left and right cursor control keys OF THE LOCAL CONSOLE move 
  18. the cursor left and right in a fashion identical to ^S and ^D.
  19.  
  20. ANSI "graphics", including color, is supported for the remote 
  21. user (in this version of ROS, the local console will only display 
  22. the uninterpreted ANSI).   The user has an option to enable or 
  23. disable.  SYSMTXT.ROS has added sections which hold these 
  24. "pictures."  These sections are keyed the same as the normal text 
  25. versions but with the addition of "A".  For example the opening 
  26. bulletin is keyed with ":B0".  The ANSI version would be keyed 
  27. ":B0A".  TheDraw is an excellent editor for creating menus and 
  28. messages using ANSI escape sequences.  ROS does not distinguish 
  29. between monochrome and color.  Instead, the ANSI "pictures" 
  30. should be built in such a way that they will display well on both 
  31. color and monochrome screens.
  32.  
  33. Several new commands have been added to the message <R>ead func-
  34. tion.  After reading a message, the user can select one of the 
  35. following:
  36.  
  37.      Continuous Reply Forward Delete Next Quit
  38.  
  39. The following briefly define the new commands:
  40. .RR--L----!----!----!----!----!----!----!----!----!----!--------R
  41.  
  42.      Continuous causes messages to display without pauses for 
  43.      commands or line counts (the "More?" message). 
  44.  
  45.      Reply replaces the <A>nswer command and automatically picks 
  46.      up the subject as well as the user names.
  47.  
  48.      Forward allows the user to send the message to another user.  
  49.      Any valid user is acceptable including "All."
  50.  
  51.      Delete works as before. 
  52.  
  53.      Next simply accesses the next message.  This is the default 
  54.      action if the user presses an invalid key.
  55.  
  56.      Quit returns to the message sub-system prompt.  The same 
  57.      action takes place when all messages in an area have been 
  58.      displayed.
  59. .RR--!----!----!----!----!----!----!----!----!----!----!--------R
  60.  
  61. The message <S>can and <Q>uickscan commands have been replaced by 
  62. a single <D>irectory command.  This makes the command syntax and 
  63. displays between message and file sub-systems more consistent.  
  64. Due to the 80 character line length limit, the sender name or the 
  65. subject may be truncated if very long.
  66.  
  67. Archives, especially large ones, open much faster.
  68.  
  69. A full path name, including drive, is allowed when defining the 
  70. catalog description file.  For example, the following is legal:
  71.      C:\OTHER\THATBBS.CAT
  72.  
  73. Added a prompt in the catalog building system which allows the 
  74. sysop to replace existing file descriptions.  Normally, only 
  75. blank descriptions would need to be updated, but this option lets 
  76. you edit the catalog with your favorite word processor and feed 
  77. the changes back into the catalog system.  NOTE: if there are 
  78. duplicate file names in separate file areas, only the first will 
  79. be changed and this change may not be what you expect.  In other 
  80. words, be careful with this option.
  81.  
  82. Changed the time limit checking so that during Xmodem transfers 
  83. (uploads/downloads) and chats, the user may exceed the time 
  84. limit.  This allows them to finish a transfer that may be taking 
  85. a little longer than expected because of noise or a slow system.
  86.  
  87. Ask the user for the file description BEFORE receiving file.  
  88. That way if the user wanders off during the transfer, the de-
  89. scription still gets entered.
  90.  
  91. Added function key F8.  This key lists text from the section of 
  92. SYSMTXT.ROS specified by ":ME" and may be anything desired.  One 
  93. example would be to ask the user to log out because lightning is 
  94. close.
  95.  
  96. Added support for 19,200 baud, including a new version of 
  97. LCOMX.EXE.  As a result of this change, 600 baud is no longer 
  98. supported.  Other baud rates are unaffected.
  99.  
  100. Added support for several multi-tasking programs in addition to 
  101. DESQview which was already supported.  These newly supported, 
  102. programs are TopView, MicroSoft Windows, DoubleDOS, and TaskView.  
  103. ROS is "aware" of these programs and will relinquish any time it 
  104. is not using to other programs that may be running.
  105.  
  106. End-of-file handling during Xmodem download is improved.  ROS now 
  107. allows an EOT to be NAK'd several times before terminating the 
  108. transfer.
  109.  
  110. At the beginning of Xmodem downloads, ROS will display the number 
  111. of "128 byte" or "1k byte" blocks to be sent.
  112.  
  113. Decreased the system startup time by about 20 per cent.
  114.